﻿/* CSS Document */
/**common**/
* { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; color:#666;}
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left;}
.fr { float: right;}
.w1200 { width: 1200px; margin: 0 auto; }
@media (max-width:1250px) {
.w1200{ width:95%;}
}

.welcome{width:100%;height:28px;background:#dedede;border-bottom:1px solid #ccc;}
.welcome .welcome_in{height:28px;margin:0 auto; font-size:12px;}
.welcome .welcome_in .l{float:left;line-height:28px; font-size:12px;}
.welcome .welcome_in .r{float:right; line-height:28px; font-size:12px;}
@media screen and (max-width:767px) {
	.welcome{ display:none;}
}
/*头部及logo区域*/
.h_top { font-size: 0; padding: 0 0; }
.h_top .w1200{height:110px; overflow:hidden;}
.h_top .logo{width: 50%;height: 100%;}
.h_top .logo a { display: block; width:100%;height:100%;position: relative; }
.h_top .logo img { max-width:100%; max-height:100%;position:absolute; margin:auto; top:0; bottom:0;}
.h_top .tel { padding:0 0 0 48px; background: url(../images/top_tel.png) no-repeat left center; max-width:46%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;margin-top: 33px; }
.h_top .tel span { font-size: 14px; color: #666; display: block; line-height: 100%; }
.h_top .tel p { font-size: 26px; color: #d71a21; font-weight: bold; line-height: 100%; margin-top: 7px; }
@media screen and (max-width:1199px){
}
@media screen and (max-width:1079px){
	.h_top .w1200{height:100px;}
    .h_top .tel p { font-size:20px;}
}
@media screen and (max-width:767px) {
	.h_top .w1200{height:64px;}
	.h_top .logo{width: 80%;}
    .h_top .logo img { max-width: 100%; height: auto; }
    .h_top .tel { display: none; }
}
/*导航*/
.ly_nav { width: 100%; margin: 0; background: #d71a21;}
.nav { width: 100%; }
.nav_item { float: left; position: relative; margin: 0; width: 12.5%; }
.nav_item > a { display: block; width: 100%; height: 45px; line-height: 45px; color: #fff; font-size: 16px; text-align: center; -webkit-transition: all .4s; transition: all .4s; text-decoration: none; position: relative; z-index: 1;}
.nav_item:hover>a { color: #fff; }
.nav_item:hover:after { background:#f33038; }
.nav_item.on>a { color: #fff; background:#f33038; }
.nav_item a:hover{ background:#f33038;  }
.nav_item > a:hover:after { width: 50%; }
.nav_item > a.active:after { width: 50%; }
.menu_open { display: none; }
.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0,12,49,0.1); background: rgba(0,0,0,.5); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; border-top: 4px solid #01557a; margin-top: 0; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; line-height: 48px; }
.nav_item2 a { display: block; padding: 0 4%; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #fff; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.nav_item2:hover a { background-color: #212d3a; color: #fff; text-decoration: none; }
.hcover { display: none; }
@media screen and (max-width:1199px) and (min-width:1080px) {
.nav_item > a { font-size: 15px; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.nav_item > a { font-size: 15px; }
.nav_item:first-child > a:before { display: none; }
}
@media screen and (max-width:767px) {
.ly_nav { position: static; width: auto; z-index: 9999999; background-color: #fff; border: 0; }
.menu_open { display: block; float: right; width: 40px; height: 40px; padding: 5px 0; border: 1px solid #eaeaea; position: fixed; top: 12px; right: 2%; box-sizing: border-box; z-index: 999999; cursor: pointer; background:#fff;}
.menu_open i { height: 2px; width: 50%; background-color: #d71922; display: block; margin: 5px auto; }
.menu_open:active { background-color: #d71922; border: 1px solid #d71922; }
.menu_open:active i { background-color: #fff; }
.nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 9999999; overflow: hidden; background-color: #333; }
.hcover { display: block; width: 50%; height: 100%; background: rgba(0,0,0,.5); position: fixed; right: -50%; top: 0; z-index: 9999999; }
.nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 10px; text-align: left; }
.nav_item { float: none; margin: 0; width: 100%; height: 50px; position: relative; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,.05); transform: skewX(0deg); -webkit-transform: skewX(0deg); -moz-transform: skewX(0deg); height: 50px; position:absolute; top:0; left:0;}
.nav_item > a { display: block; height: 50px; line-height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; font-size: 14px; color: #fff; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.nav_item > a:active { background-color: #0065a4; }
.nav_item > a:after { display: none; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255,255,255,.5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 22px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #006ccc; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
.subopen { display: block; }
.subopen a { display: block; overflow: hidden; margin: 0; padding: 15px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255,255,255,.5); background: rgba(0,0,0,.1); text-indent: 30px; position: relative; }
.subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255,255,255,.5); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { width: 100%; display: block; line-height: 30px; height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; margin: 0; padding: 10px; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-size: 14px; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0,0,0,.1); }
.nav_item > a:hover, .nav_item > a.navon { background: none; }
.nav_item:first-child > a:before { display: none; }
}
/* banner 开始 */
.apple-banner { width:100%; height: 450px; overflow: hidden;position: relative; left: 50%;transform: translateX(-50%);}
.apple-banner .swiper-container { width:1920px; height: 450px;}
/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:30px !important;left:50%!important; transform:translateX(-50%); display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width:20px; height:20px; border-radius:50%; margin: 0 6px; cursor: pointer; background:none; border:2px solid rgba(255,255,255,.5);transition: all .4s ease; position:relative;}
.apple-banner .swiper-pagination-bullet:after{ content:""; display:block;width:8px; height:8px; border-radius:50%; background:#fff; position:absolute; left:50%;top:50%; transform:translate(-50%,-50%);}
@media screen and (max-width:1600px){
	.apple-banner {height:410px;}
	.apple-banner .swiper-container {width: 100%; height: 410px;}
}
@media screen and (max-width:1499px){
	.apple-banner { height:390px;}
	.apple-banner .swiper-container { height:390px;}
}
@media screen and (max-width:1399px){
	.apple-banner { height: 360px;}
	.apple-banner .swiper-container { height: 360px;}
}
@media screen and (max-width:1299px){
	.apple-banner { height: 330px;}
	.apple-banner .swiper-container { height:330px;}
}
@media screen and (max-width:1199px){
	.apple-banner { height: 290px;}
	.apple-banner .swiper-container { height: 290px;}
}
@media screen and (max-width:1079px){
	.apple-banner { height:250px;}
	.apple-banner .swiper-container { height: 250px;}
	.apple-banner .swiper-pagination{bottom:25px !important;}
}
@media screen and (max-width:880px){
	.apple-banner { height:220px;}
	.apple-banner .swiper-container { height: 220px;}
}
@media screen and (max-width:767px){
	.apple-banner { height: 200px;}
	.apple-banner .swiper-container { height: 200px;}
	.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { width:44px; height:44px; background-size:44px 44px;}
	.apple-banner .swiper-button-prev span { left:10px;}
	.apple-banner .swiper-pagination { bottom:10px !important;}
	.apple-banner .swiper-pagination-bullet {width:14px; height:14px;}
}
@media screen and (max-width:600px){
	.apple-banner { height: 170px;}
	.apple-banner .swiper-container { height: 170px;}
}
@media screen and (max-width:500px){
	.apple-banner { height: 150px;}
	.apple-banner .swiper-container { height: 150px;}
}
@media screen and (max-width:414px){
	.apple-banner { height: 130px;}
	.apple-banner .swiper-container { height: 130px;}
}
@media screen and (max-width:375px){
	.apple-banner { height: 120px;}
	.apple-banner .swiper-container { height: 120px;}
}
@media screen and (max-width:320px){
	.apple-banner { height: 100px;}
	.apple-banner .swiper-container { height: 100px;}
}
/* banner 结束 */
/*首页板块标题*/
.indbigbt1{ width:100%; height:51px;position:relative;}
.indbigbt1 p{line-height:51px;font-size:24px; color:#fff; text-align:center; position:relative; z-index:3;}
.indbigbt1:before{content:"";display:block; width:265px; height:51px;background:url(../images/indtjcp.png) center no-repeat;background-size: 100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:2;}
.indbigbt1:after{content:"";display:block; width:100%; height:1px; background:#dedede; position:absolute; left:0;top: 24px;}
@media screen and (max-width:1079px){
	.indbigbt1:before{width:230px;}
	.indbigbt1 p{font-size:20px;}
}
@media screen and (max-width:767px){
	.indbigbt1{ height:41px;}
	.indbigbt1 p{line-height:41px;font-size:18px;}
	.indbigbt1:before{width:190px;}
	.indbigbt1:after{ top:20px;}
}

/*首页推荐产品*/
.indtjpro{margin:50px auto;}
.lyIdxPro_list{ position:relative; overflow:hidden; margin-top:30px;}
.lyIdxPro_list ul li { width:32%; overflow:hidden;padding:10px; background-color:#f6f6f6; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_img { width:100%; height:190px; overflow:hidden; margin:0 auto 10px; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_img a img.IdxPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxPro_list ul li .lyIdxPro_name { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#555; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_btn { width:100%; height:32px; overflow:hidden; margin:0 auto 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_btn a { display:block; width:47%; height:32px; overflow:hidden; line-height:32px; color:#fff; font-size:14px; text-align:center; background-color:#d71922; margin:0 6% 0 0; padding:0; float:left;}
.lyIdxPro_btn a:last-child { margin:0;}
.lyIdxPro_btn a:hover { background-color:#fe9b02;}
@media screen and (max-width:1199px){
	.indtjpro{margin:35px auto;}
}
@media screen and (max-width:1199px){
    .lyIdxPro_list{margin-top: 20px;}
}
@media screen and (max-width:1079px){
	.lyIdxPro_list ul li .lyIdxPro_img{ height:160px;}
}
@media screen and (max-width:767px){
	.indtjpro{margin:25px auto;}
	.lyIdxPro_list ul li .lyIdxPro_img{ height:160px;}
	.lyIdxPro_list ul li .lyIdxPro_name { height:30px;}
	.lyIdxPro_list ul li .lyIdxPro_name a{ font-size:14px; height:30px; line-height:30px;}
	.lyIdxPro_list ul li .lyIdxPro_btn{ display:none;}
}
@media screen and (max-width:414px){
	.lyIdxPro_list ul li .lyIdxPro_img{ height:150px;}
}

/*产品分类*/
.h_product_box .h_left{width:23%;float:left;background:#FFF;overflow:hidden;margin-right:18px;}
.cp_type{margin-bottom:20px;}

.cp_type .hd{background:#d71922;padding:20px 0 20px 20px; position:relative;border-bottom: 1px solid rgba(255,255,255,.5);}
.cp_type .hd p{font-size:28px;font-weight:bold;color:#fff;}
.cp_type .hd:before{content:'';display:block;width:74px;height:56px;background:url(../images/mulu_tlt.png) center center no-repeat; position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.cp_type .hd span{display:block;font-size:14px;color:rgba(255,255,255,.45);text-transform:uppercase;}

.cp_type .bd ul li{margin-bottom:1px;}
.cp_type .bd ul li p{background:#f4f4f4;height:54px;line-height:54px;}
.cp_type .bd ul li p a{font-size:15px;color:#333;display:block;width:74%;padding:0 0 0 6%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;float:left;}
.cp_type .bd ul li p span{display:block;width:20%;height:100%;background:url(../images/mulu1.png) center center no-repeat;cursor:pointer;float:left;}
.cp_type .bd ul li div{background:#fff;display:none;}
.cp_type .bd ul li div a{display:block;height:40px;line-height:40px;color:#666;font-size:15px;border-top:1px solid #e7e5e5;padding:0 10% 0 10%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/icon4.png) 6% center no-repeat;}
.cp_type .bd ul li div a:first-child{border-top:0;}
.cp_type .bd ul li p:hover,.cp_type .bd ul li.on p{background:#d71922;}
.cp_type .bd ul li p:hover a,.cp_type .bd ul li.on p a{color:#fff;}
.cp_type .bd ul li p:hover span{background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li.on p span{background:url(../images/mulu3.png) center center no-repeat;}
.cp_type .bd ul li div a:hover{color:#d71922;background:url(../images/icon3.png) 6% center no-repeat;}

.cp_type .bd a.pro_ckqb{display:block;height:34px;line-height:34px;font-size:16px;color:#fff;background:#d71a21;width:100%;margin:10px auto;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd a.pro_ckqb:hover{background:#fe9b02;color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
	.h_product_box .h_left{ margin-right:10px;}
	.cp_type .hd p{font-size:24px;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li p{height:48px;line-height:48px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 16px;}
	.cp_type .bd ul li.on p span{background-size: 16px;}
	.cp_type .bd ul li p:hover span{background-size: 16px;}
	.cp_type .hd p:before{display:none;}
	
}
@media screen and (max-width:880px) {
	.h_product_box .h_left{width:100%;}
	.cp_type .hd:before{ display:none;}
	.cp_type .hd{background:#d71922 url(../images/down.png) 94% center no-repeat;padding: 12px 3%;text-align:left;overflow:hidden;}
	.cp_type .hd.on{background:#d71922 url(../images/up.png) 94% center no-repeat;}
	.cp_type .hd p{ display:inline-block;font-weight: normal; font-size: 16px; line-height:24px; padding: 0 2%;}
	.cp_type .hd span{ display:inline-block;color: rgba(255,255,255,1);font-style: italic;font-size: 12px;}

	.cp_type .bd{display:none;}
	.cp_type .bd ul li p a{font-size:14px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li p{height:48px;line-height:48px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 20px;}
	.cp_type .bd ul li.on p span{background-size: 20px;}
	.cp_type .bd ul li p:hover span{background-size: 20px;}
}

/*首页产品中心*/
.lff_cpbt{ width:100%; margin-bottom: 30px;overflow: hidden;}
.lff_cpbt .pro_tlt{font-size:24px;font-weight:bold;color:#555;float:left;padding-left:30px;background:url(../images/tlt_bg.jpg) no-repeat left center;}
.lff_cpbt .pro_tlt em{font-size:18px;color:#999;}
.lff_cpbt .search{float: right;width: 296px;height: 34px;position: relative;}
.lff_cpbt .txt {width: 222px;height: 34px;background:#fff;border-radius: 20px;border: 0;padding-left: 15px; float:left; margin-right:10px; border: 1px solid #dedede;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lff_cpbt .search_submit {width: 34px;height: 34px;float: right; background:url(../images/ss_an.png) no-repeat;cursor: pointer;border:none;}

.h_product_box .h_right{ width:75%; float:right;}
.h_product_box .h_right ul li{width: 18.4%;margin: 0 2% 15px 0; float:left;}
.h_product_box .h_right ul li:nth-child(5n){ margin-right:0;}
.h_product_box .h_right ul li .proimg_bk1{ height:170px;}
.h_product_box .h_right ul li p a{width: 100%;display: block;height: 36px; line-height: 36px; overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.h_product_box .h_right ul li:hover p a{ color:#d71922;}
@media screen and (max-width:1079px) {
    .h_product_box .h_right ul li .proimg_bk1{ height:155px;}
}
@media screen and (max-width:880px) {
	.h_product_box .h_right{ width:100%;}
	.h_product_box .h_right ul li .proimg_bk1{ height:140px;}
}
@media screen and (max-width:767px) {
	.lff_cpbt{ margin-bottom:20px;}
	.lff_cpbt .pro_tlt em{ display:none;}
	.h_product_box .h_right ul li{width:32%;margin: 0 2% 15px 0;}
    .h_product_box .h_right ul li:nth-child(5n){ margin-right:2%;}
	.h_product_box .h_right ul li:nth-child(3n){margin-right:0;}
	.h_product_box .h_right ul li .proimg_bk1{ height:155px;}
}
@media screen and (max-width:500px) {
	.lff_cpbt .pro_tlt{ display:none;}
	.lff_cpbt .search{ width:100%;}
	.lff_cpbt .txt{width: calc(100% - 50px); }
	.h_product_box .h_right ul li{width:48.5%;margin: 0 3% 10px 0;}
	.h_product_box .h_right ul li:last-child{ display:none;}
    .h_product_box .h_right ul li:nth-child(5n){ margin-right:3%;}
	.h_product_box .h_right ul li:nth-child(3n){ margin-right:3%;}
	.h_product_box .h_right ul li:nth-child(2n){ margin-right:0;}
}

/*首页优势*/
.sidayoushi{width: 100%;margin-top:40px; padding:50px 0;position:relative;background:#f8f8f8; border-top:6px solid #f50000;}
.sidayoushi:after{ content:""; display:block;width:67px; height:25px; background: url(../images/youshi_ico.png) center no-repeat;height:25px; position:absolute; top:-7px; left:50%; transform:translateX(-50%);}
.sidayoushi .indysbt{ width:100%; overflow:hidden; position:relative; padding-bottom:15px;margin-bottom: 40px;}
.sidayoushi .indysbt:before{ content:""; display:block; width:100%; height:1px; background:#f50000; position:absolute; left:0; bottom:2px;}
.sidayoushi .indysbt:after{ content:""; display:block; width:52%; height:5px; background:#f50000; position:absolute; left:50%; transform:translateX(-50%); bottom:0;}
.sidayoushi .indysbt .left{ width:50%; float:left; text-align:right; margin-right:5px;}
.sidayoushi .indysbt .left p{ color:#f5c300; font-size:24px; line-height:24px;margin-top: 7px;}
.sidayoushi .indysbt .left span{ color:#f40000; font-size:40px; line-height:50px;font-weight:bold;}
.sidayoushi .indysbt .right{float:left; background:url(../images/indyszt.png) left no-repeat;width: 297px;height: 87px; background-size:100%;}
.ex_01 {width:100%;margin-top: 19px; background: url(../images/ys1.jpg) right center no-repeat; background-size:58%;}
.exper_public dt { width: 42%; min-height: 75px; line-height: 36px; font-size: 20px;font-weight: bold;color: #f50000;position:relative;padding-left:70px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.exper_public dt i { display: block;height: 50px;line-height: 50px;padding-right: 10px; font-size: 50px;font-family: arial; color: #f50000; font-weight: normal;position:absolute;left:0;top:0;}
.exper_public dd { width:42%; color: #333; font-size: 16px; line-height: 30px;margin-bottom:20px;}
.exper_public dd p{ font-size: 16px;}
.exper_public dd span { color: #f50000;}
.ex_02 {width:100%; margin-top: 40px;padding-left:52%; background: url(../images/ys2.jpg) left center no-repeat;background-size:52%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ex_02.exper_public dt,.ex_02.exper_public dd{ width:100%;}
.sidayoushi .ysline{ width:100%;}
@media screen and (max-width:1199px) {
	.sidayoushi .indysbt .left p{ margin-top:0;}
	.sidayoushi .indysbt .left span{font-size: 36px;line-height: 48px;}
	.sidayoushi .indysbt .right{width: 230px;height: 67px;}
}
@media screen and (max-width:1079px) {
    .sidayoushi{ margin-top:15px;padding:50px 0 15px;}
	.sidayoushi .indysbt{ margin-bottom:20px;}
	.ex_02{ margin-top:20px;}
}
@media screen and (max-width:767px) {
	.sidayoushi{ padding-top:40px;}
	.sidayoushi .indysbt:after{width:30%;}
	.sidayoushi .indysbt .left{ width:100%; text-align:center;}
	.sidayoushi .indysbt .left p{ display:none;}
	.sidayoushi .indysbt .left span{ font-size:30px;}
	.sidayoushi .indysbt .right{ display:none;}
	.ex_01{ background:none;}
	.exper_public dt{ width:100%; min-height:auto;font-size: 18px;padding-left:55px;}
	.exper_public dt i{ font-size:40px; line-height:40px;}
	.exper_public dd{ width:100%;}
	.exper_public dd p{ margin-top:10px;font-size: 14px;}
	.ex_02{ background:none; margin-top:0; padding-left:0;}
	.sidayoushi .ysline{ display:none;}
}
@media screen and (max-width:500px) {
	.sidayoushi .indysbt .left span{ font-size:28px;}
	.exper_public dt{ padding-left:45px;}
	.exper_public dt i{ font-size:32px; line-height:32px;}
}

/*----首页装配车间----*/
.khal{margin:50px auto;}
#demo{overflow:hidden; width:100%;margin:-27px auto 0;padding:55px 0 5px;border:1px solid #dedede;border-top:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#demo #indemo{width:96%; overflow:hidden; margin:0 auto}
#demo #indemo li{float:left;}
#demo #indemo li p a{display:block;width:100%;height:50px;line-height:50px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-size:14px;text-align:center;}
#demo #indemo li:hover p a{color:#d71922}

.width100 { width: 100%; margin:0 auto 20px;overflow: hidden;}
.img-responsive {display: block; max-width: 100%; height: auto;}
.indhx{width: 100%; overflow:hidden;}
@media screen and (max-width:1079px) {
	.khal{margin:35px auto;}
	.width100{ display:none;}
}
@media screen and (max-width:900px) {
	#demo #indemo li .proimg_bk1{ height:160px;}
}
@media screen and (max-width:767px) {
	.khal{margin:25px auto;}
    #demo{margin: -20px auto 0;padding: 35px 0 0;}
}
@media screen and (max-width:413px) {
	#demo #indemo li .proimg_bk1{ height:140px;}
}
/*首页关于我们*/
.gywm{margin: 60px auto 30px;border-top:1px solid #ccc;position:relative;padding-top:40px;}
.gywm .tlt{font-size:24px;background:#fff;width:120px;height:30px;line-height:30px;position:absolute;top:-16px;left:50%; transform:translateX(-50%);text-align:center;}
.gywm .pull-left { float: left; width:368px;}
.gywm .pull-left img{ width:100%;}
.gywm .pull-right {float: right;width: calc(100% - 400px); font-size:14px;line-height:30px; height:210px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:7;-webkit-box-orient: vertical;}
@media screen and (max-width:1079px) {
	.gywm{margin: 50px auto 20px;padding-top:30px;}
	.gywm .tlt{font-size:22px;}
	.gywm .pull-right{ width: calc(100% - 390px); height:240px;-webkit-line-clamp:8;}
}
@media screen and (max-width:767px) {
	.gywm{margin: 40px auto 15px;padding-top:20px;}
	.gywm .tlt{font-size:18px; width:100px;}
	.gywm .pull-left {width:281px;}
	.gywm .pull-right{ width: calc(100% - 290px); line-height:25px; height:175px;-webkit-line-clamp:7;}
}
@media screen and (max-width:550px) {
	.gywm .pull-left {width:100%;}
	.gywm .pull-right{ width:100%;}
}

/*首页新闻文章*/
.wenzhang{margin: 40px auto;}
.wenzhang .news{float:left;width:31.2%; margin-right:3.2%;}
.wenzhang .news:nth-child(3n){ margin-right:0;}
.wenzhang .news .tlt{border-bottom:1px solid #dedede;height:30px;margin-bottom:20px;position:relative;}
.wenzhang .news .tlt p{float:left;font-size:18px;background:url(../images/tlt_bg.jpg) left center no-repeat;padding-left:20px;border-bottom:3px solid #f40000;height:40px;line-height:40px;position:absolute;bottom:-1px;display:block;width:100px;}
.wenzhang .news .tlt a{float:right;font-size:14px;color:#f40000;}
.wenzhang .news li{height:38px;border-bottom:1px dotted #dedede;}
.wenzhang .news li a{display:block;height:38px;line-height:38px;float:left;width:69%;font-size:14px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.wenzhang .news li span{display:block;float:right;height:38px;line-height:38px;font-size:14px;}

.wenzhang .lyIdxNews_tit{ display:none;}
.lyIdxNews_tit a {display: inline-block;text-align: center;color: #999;height: 42px;line-height: 42px;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-right: 15px;width: 125px;background: #f9f9f9;border-radius: 5px;}
.lyIdxNews_tit a.on, .lyIdxNews_tit a:hover {background: #d71922;color: #fff;border-radius: 5px;}
@media screen and (max-width:1199px) {
	.wenzhang .lyIdxNews_tit{ display:block;display: flex;display: -webkit-flex; justify-content: center; margin-bottom:30px;}
	.wenzhang .news{width:100%; margin-right:0; display:none;}
	.wenzhang .news.on{ display:block;}
}
@media screen and (max-width:1079px) {
	.wenzhang{margin: 35px auto;}
}
@media screen and (max-width:767px) {
	.wenzhang{margin: 25px auto 15px;}
	.wenzhang .lyIdxNews_tit{ margin-bottom:20px;}
	.wenzhang .news .tlt p{ font-size:16px;}
	.lyIdxNews_tit a{ height:38px; line-height:38px; font-size:14px; margin-right: 10px; width:110px;}
}

/*首页友情链接*/
.link_wrap {}
.link_wrap .link { font-size: 16px; font-weight: bold; height: 40px; line-height: 40px; text-align: left; border-bottom: 1px solid #dedeed; color: #333; padding-left: 20px;background: url(../images/tlt_bg.jpg) left center no-repeat;margin-bottom: 5px;}
.link_wrap ul { overflow: hidden;}
.link_wrap ul li { float: left; color: #333; height: 30px;line-height: 30px;}
.link_wrap ul li a { color: #333; display: block; height: 30px;line-height: 30px; padding: 0 10px;font-size:14px;}
.link_wrap ul li a:hover{ color:#d71922;}

/*foot*/
.footer{ width:100%;padding:10px 0; background:#d71922; margin-top:30px;}
.mid{}
.f_nav{ overflow:hidden; color:#fff;border-bottom:1px solid #fff;padding:0 0 5px;margin-bottom:20px;display:flex; display: -webkit-flex; justify-content:center;}
.f_nav a{color:#fff;font-size:14px; display:block; width:12%; height:40px; line-height:40px; float:left; text-align:center; position:relative;}
.f_nav a:after{ content:""; display:block; width:1px; height:15px; background:rgba(255,255,255,.4); position:absolute; right:0; top:50%; transform:translateY(-50%);}
.f_nav a:last-child:after{ display:none;}
.foot{text-align:center;}
.foot p{font-size:14px; color:#fff; line-height:26px;}
.foot p a{color:#cfcfcf; margin-left:5px;}
@media screen and (max-width:767px) {
	.footer{padding:20px 0;margin-top: 20px;}
	.f_nav{ margin-bottom:10px; display:block !important;}
	.f_nav a{width:25%;}
	.f_nav a:nth-child(4n):after{ display:none;}
}

/*内页关于我们*/
.cont{margin:30px auto;}
#ny_biaoti{width:100%;height: 45px; line-height: 45px;background:#d71a21;}
#ny_biaoti b{ float:left; font-size:18px; font-weight:normal;  padding-left:10px;}
#ny_biaoti span{ float:left;font-size: 14px;color:#fff;padding-left:20px; width:100%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#ny_biaoti span a{color:#fff;font-size:14px;}
.ny_left{ width:23%; float:left;}
.ny_right{float:right; width:75%;}
.contact_con{position:relative; margin-top:20px;}
.contact_con b{ font-weight:normal; font-size:13px;}
.contact_con p{width:248px;padding:0 10px;line-height:26px;font-size:14px;padding:20px;border:1px solid #dedede;border-top:0;}
.contact_con p span{ font-size:15px; display:block; margin-bottom:5px;}

.about{ padding:20px 0; clear:both;line-height: 24px;font-size:14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.about_con,.about_con p,.about_con span{line-height:28px; font-size:14px;}
.about_con div{font-size:14px;}
@media screen and (max-width:880px) {
	.cont .ny_left{ width:100%; display:none;}
	.cont.pronycont .ny_left{ width:100%; display: block; margin-top:20px;}
    .ny_right{width:100%;}
	.cont .ny_left .cp_type{ margin-bottom:0;}
}
@media screen and (max-width:767px) {
	.cont{margin:25px auto;}
	.about{ padding:20px 10px 0;}
}

/*产品列表页*/
.pro2 li { width:100%; height:auto; margin:0 auto; padding:15px; background-color:#fff; border-bottom:1px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li:hover { background-color:#d71922;}
.pro2 li .NyProlist_Img { width:28.5%; height:180px; overflow:hidden; margin:0; padding:0; float:left;}
.pro2 li .NyProlist_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#f9f9f9;position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro2 li .NyProlist_Img a img { display:block; max-width:98%; max-height:98%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pro2 li .NyProlist_Text { width:71.5%; height:auto; overflow:hidden; margin:0; padding:15px 15px 15px 30px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li .NyProlist_Text .NyProlist_Name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Name a { color:#fff;}
.pro2 li .NyProlist_Text .NyProlist_Ms { width:100%; height:auto; overflow:hidden; margin:10px auto 15px; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Ms p { width:100%; height:56px; overflow:hidden; line-height:28px; color:#999; font-size:14px; word-break:break-all; text-align:justify; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Ms p { color:rgba(255,255,255,0.6);}
.pro2 li .NyProlist_Text .NyProlist_Tags { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl { width:100%; height:auto; margin:0; padding:0; float:left;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd { display:block; width:31%; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0 12px 0 0; padding:0 0 0 12px; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd i { display:block; width:8px; height:8px; overflow:hidden; margin:0; padding:0; border:1px solid #d71922; border-radius:50%; position:absolute; left:0; top:14px;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags dl dd { color:#fff;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags dl dd i { border:1px solid #fff;}
.pro2 li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { display:block; width:20%; height:36px; line-height:36px; color:#fff; font-size:14px; text-align:center; margin:0; padding:0; background-color:#d71922; border-radius:18px; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags a.NyProlist_More { color:#d71922; background-color:#fff;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd{ width:40%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.pro2 li{ padding:15px 0 15px 15px;}
.pro2 li .NyProlist_Text { padding:5px 15px 5px 30px;}
.pro2 li .NyProlist_Text .NyProlist_Name a { height:32px; line-height:32px; font-size:18px;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd{ width:42%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.pro2 li { margin:0 auto 10px; padding:10px;}
.pro2 li .NyProlist_Text { padding:6px 10px 6px 20px;}
.pro2 li .NyProlist_Text .NyProlist_Ms p { height:48px; line-height:24px; font-size:14px;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd{ width:42%;}
}
@media screen and (max-width:767px) {
.ckqb{ height:50px; line-height:50px;}

.pro2 li .NyProlist_Img { width:100%; height:250px; margin:0 auto; padding:0; float:inherit;}
.pro2 li .NyProlist_Text { width:100%; margin:0 auto; padding:10px; float:inherit;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl{ width:100%;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd { width:100%; max-width:inherit; margin:0 auto; float:inherit;}
.pro2 li .NyProlist_Text .NyProlist_Tags a.NyProlist_More{ width:100%; margin-top:10px;}
}
/*产品列表页*/

/*产品详细页*/
.pro_detail_main { width:100%; height:auto; margin:10px auto 0; padding: 0; position: relative;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box; float: left;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:374px; overflow: hidden; margin: 0; padding:0; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size:24px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:10px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin:0 auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap;	text-overflow: ellipsis; margin:10px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333; font-weight: bold;}
.pro_detail_text .pro_detail_btn { width:100%; height:50px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:6px;}
.pro_detail_btn a { display:block; width: 48%; height:50px; overflow: hidden; line-height: 50px; color: #fff; font-size:18px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #d71922;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #4a4a4a;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #ff7802;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #ff7802;}

.swiper-container { width: 100%; height: 100%;}
.swiper-slide { text-align: center;}
.swiper-slide .part { width:100%; height: 100%; position: relative;}
.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right:0; bottom:0;}
.swiper-pagination-bullet { width: 8px; height: 8px; background-color: rgba(0,0,0,0.5);}
#swiper-container-01 .swiper-pagination-bullet-active { background-color: #0d59ab;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height:378px; margin: 0; padding: 0; box-sizing: border-box; float: left;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:100%; float:left; overflow:hidden; margin:0; display:inline;}
#spec-list ul { }
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:66px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #eaeaea; position:relative; box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #0d59ab;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:300px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}

#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;position:absolute;}

.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProDetail { margin:40px auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main { width:100%; margin:0 auto;}
	.prodetail_img { width:100%; height:auto; margin:0 0 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:0;height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.pro_detail_main { width:100%; margin: 20px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 auto 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%; padding-top:0; height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:20px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 4px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}


#mainpro{ width:100%; padding:30px 0; background:#f3f3f3;}
#biaoti{ width:1200px; margin:0 auto; text-align:center;}
#bt_bg{ width:100%; height:100px; background:#f3f3f3; padding-top:50px; margin:20px 0 40px;}
#biaoti b{ font-size:45px; font-weight:normal;}
#biaoti span{ font-size:25px; font-style:italic;}

/*----箭头产品滚动----*/
#skins_pro{ width:1500px; margin:0 auto; overflow:hidden; clear:both}
#skins_pro .leftLoop{overflow:hidden; height:400px; display:block;} 
#skins_pro .leftLoop .hd{ overflow:hidden; height:40px; margin-top:-220px;} 
#skins_pro .leftLoop .hd .next{ display:block;width:40px;height:40px;float:right;overflow:hidden;cursor:pointer; background:url(../images/next.png) no-repeat}
#skins_pro .leftLoop .hd .next:hover{background:url(../images/next.png) no-repeat;}
#skins_pro .leftLoop .hd .prev{ display:block;width:40px; height:40px;float:left;overflow:hidden;cursor:pointer; background:url(../images/prev.png) no-repeat;}
#skins_pro .leftLoop .hd .prev:hover{ background:url(../images/prev.png) no-repeat;}
#skins_pro .leftLoop .bd{ margin:10px 0px 10px 60px;} 
#skins_pro .leftLoop .bd ul{ overflow:hidden; zoom:1;} 
/*---箭头产品滚动结束----*/

#pro_ul #ind_pro_img{  width:256px; float:left; margin:20px 10px 10px 7px; height:360px; background:#fff; border:1px solid #e4e4e4;}
.proimg_bk{ width:250px; height:211px;position:relative;display:table-cell;text-align:center;vertical-align:middle;}
.proimg_bk .proimg{width:220px;line-height:180px;height:180px;font-size:180px;text-align:center;position:static;+position:absolute;top:50%}
.proimg_bk img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:210px; max-height:160px}
#pro_ul p{ font-size:14px; line-height:43px; height:40px; overflow:hidden; font-weight:normal; border:1px solid #2f64ca;  width:130px; background:url(../images/icon5.png) 125px center no-repeat; margin-left:40px; padding-left:25px;}
#pro_ul p a{ display:block; width:100px; overflow:hidden; height:40px;}
#pro_ul span{ display:block; font-size:15px; line-height:23px; height:48px; overflow:hidden; margin:20px 15px 15px; text-align:left;}

.abme_bg{width:1200px; height:310px; margin:0 auto; padding:10px 0 30px;}
.abme_bg>.title{width:70px; height:230px; float:left; margin-top:40px; background-image:url(../images/001454_03.jpg); font-size:26px; text-align:center; color:#000;}
.abme_bg>.title div{width:26px; margin:0 auto; line-height:30px; padding-top:55px;}
.abme_bg .text{height:230px; width:460px; float:left; padding-left:35px; padding-right:30px; padding-top:40px;}
.abme_bg .text .title{float:left; font-size:22px; line-height:22px; color:#4c4b4b; padding-top:10px; margin-bottom:15px;}
.abme_bg .text .more{float:right; font-size:12px; height:26px; line-height:28px; width:85px; text-align:center; border:1px solid #eee;  margin-top:9px; margin-bottom:8px;}

.abme_bg .text .msg{clear:both; text-indent:2em; line-height:30px; color:#747474; height: 180px;overflow: hidden;}
.abme_bg .img{float:left;margin-top:40px; overflow:hidden;}

.w_980{width:1200px; margin:0 auto;overflow:hidden;}
.product{width:100%; margin:40px auto 0; clear:both;}
.head{height:110px; width:100%;}
.head .title_b,.head1 .title_b{width:290px; height:110px; background-color:#d71922; float:left;}
.head2 .title_b{width:243px; height:83px; border:1px solid #bebebe; border-bottom-color:#23201d; background-color:#fff; float:left;}
.head .title_b .a,.head1 .title_b .a,.head2 .title_b .a{font-size:27px; color:#fff; line-height:26px;padding-top:30px;text-align: center;}
.head .title_b .b,.head1 .title_b .b,.head2 .title_b .b{font-size:18px; line-height:20px; font-family:Arial, Helvetica, sans-serif;padding-top:10px;color:#fff;text-align: center;}
.head1{ margin-top:-150px;}
.head2{ margin-top:15px;}
.product .cont{width:1200px; margin:0 auto; clear:both;}
.product .lnav{width:288px; float:left; border:1px solid #dedede;border-top:0; padding-bottom:20px;}
.product .lnav1{width:243px; float:left; border:1px solid #bebebe; padding-bottom:20px;}


.product .lnav1 ul li{ width:183px; margin:0 auto; line-height:47px; color:#383838; background:url(../images/001454_08.png) no-repeat 167px 17px;position:relative; }
.product .lnav1 ul li a{ color:#333; display:block; height:47px; line-height:47px; overflow:hidden; border-bottom:1px solid #ddd;}
.product .lnav1 ul li  a:hover{ color:#d71922 !important;}
.product .lnav1 ul li ul li a{ padding-left:10px;}

#pro_ul1{float:right; width:100%;}
#pro_ul1 #ind_pro_img{ text-align:center; width:23.5%; float:left; margin:0 2% 20px 0;}
#pro_ul1 #ind_pro_img:nth-child(4n){ margin:0 0 20px 0;}
.proimg_bk1{ width:100%; height:200px; border:1px solid #ddd;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative;text-align:center;}
.proimg_bk1 .proimg{width:100%;height:100%; display:block; position:relative;}
.proimg_bk1 img { max-width:98%; max-height:98%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
#pro_ul1 p{ font-size:12px; line-height:30px; height:30px; overflow:hidden; font-weight:normal; text-align:center;  width:100%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
#pro_ul1 p a{ width:100%;display:block;height:30px;line-height:30px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
#pro_ul1 p a:hover{ color:#d71922;}
.indpro #pro_ul1 #ind_pro_img{ width:15%; margin:0 2% 25px 0;}
.indpro #pro_ul1 #ind_pro_img:nth-child(6n){ margin-right:0;}
.indpro #pro_ul1 .proimg_bk1{ height:130px;}
@media screen and (max-width:1079px) {
	.proimg_bk1{ width:100%; height:160px;}
}
@media screen and (max-width:767px) {
	#pro_ul1 #ind_pro_img{ text-align:center; width:32%; float:left; margin:0 2% 10px 0;}
	#pro_ul1 #ind_pro_img:nth-child(4n){ margin:0 2% 10px 0;}
    #pro_ul1 #ind_pro_img:nth-child(3n){ margin:0 0 10px 0;}
}
@media screen and (max-width:500px) {
	#pro_ul1 #ind_pro_img{ text-align:center; width:48.5%; float:left; margin:0 3% 10px 0;}
	#pro_ul1 #ind_pro_img:nth-child(4n){ margin:0 3% 10px 0;}
    #pro_ul1 #ind_pro_img:nth-child(3n){ margin:0 3% 10px 0;}
	#pro_ul1 #ind_pro_img:nth-child(2n){ margin:0 0 10px 0;}
}

.lnews{ width:520px; float:left;}
.info .title{font-size: 18px;line-height: 24px; color:#014fdd;padding-right: 65px;min-height: 30px;}
.info .msg{font-size: 14px;line-height: 22px;height: 65px;overflow: hidden;}
.xw{ float:left; margin-right:20px;}
#ny_newslb_box{ clear:both; margin-top:20px;}
#ny_newslb_box li{ height:30px;line-height:30px; font-size:12px; overflow:hidden; background:#f3f3f3; padding:0 15px; margin-bottom:10px;}
#ny_newslb_box li a{ color:#636363; float:left;}
#ny_newslb_box li span{ float:right; color:#b6b6b6;}


.inside_rnewscon{ padding:0 10px; line-height:22px;}
#ny_newslb_box1{ clear:both;}
#ny_newslb_box1 li{ height:43px;line-height:46px; border-bottom:1px dotted #ddd; font-size:13px; overflow:hidden; background:url(../images/ico13.jpg) no-repeat 5px center; padding-left:20px;}
#ny_newslb_box1 li a{ color:#636363; float:left;max-width:70%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
#ny_newslb_box1 li span{ float:right; color:#b6b6b6;}

#newscont .newsname{ width:100%;font-size:16px; font-weight:bold;border-bottom:1px dotted #ddd; text-align:center; display:block; padding:15px 0;}
.dcont{ line-height:24px;border-bottom:1px dotted #ddd;padding-bottom: 10px;}
.dcont div,.dcont img,.dcont table,.dcont tr,.dcont td,.dcont video,.dcont p, .dcont span{height: auto !important; max-width: 100% !important;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal;word-break: break-all;   text-wrap: wrap; line-height:28px;}
#news_sx{ margin-top:20px; color:#80817c; font-size:14px; line-height:25px; overflow:hidden;}
#news_sx .sx_left{ float:left;}
#news_sx .sx_left a:hover{ color:#d71922;}
#news_sx .sx_right{ float:right; background:url(../images/001454_08.png) no-repeat right 5px; padding-right:20px; margin-top:10px;}
#news_sx .sx_right a:hover{color:#d71922;}
@media screen and (max-width:767px) {
	#newscont .newsname{padding:10px 0;}
	#news_sx .sx_right{ display:none;}
	.dcont div,.dcont img,.dcont table,.dcont tr,.dcont td,.dcont video,.dcont p, .dcont span{line-height:24px;}
}

/* 产品详细页 产品图片展示和基本资料 */
#pro_detail_box01{ width:100%;height:408px;clear:both; padding-top:10px;}
#prodetail_img{ float:left; width:280px; position:relative; height:320px; padding:3px; border:2px solid #ddd; background:#fff; text-align:center;}
#prodetail_img img{ vertical-align:middle;}
#pro_detail_text{ float:right; height:310px;width:480px;_width:350px;  display:block; font-size:12px;}
#pro_detail_text h1{font-size:16px; line-height:23px; border-bottom:1px solid #ccc; color:#22469a; margin-bottom:12px;font-family: "Microsoft YaHei"; padding-bottom:10px;}
#pro_detail_text .fhbc{ font-size:12px; line-height:22px; color:444;}
#pro_detail_text .bt{ font-size:14px; color:#333; background:url(../images/bgPro2.jpg) no-repeat left; padding-left:22px; margin-bottom:10px;}


/* 产品介绍、详细参数、售后服务--TAB-- */ 
#ny_pro_box02 #con { width:100%;margin:0 auto; clear:both;}
#ny_pro_box02 #tags {height:50px;border-bottom:2px solid #d71922;}
#ny_pro_box02 #tags li {float:left;list-style-type: none; height:50px; margin-right:3px;}
#ny_pro_box02 #tags li a {color: #333;line-height:50px;height:50px;width:142px; background:#ddd; text-decoration: none;display:block; text-align:center;font-size:18px;}
#ny_pro_box02 #tags li a:hover{ width:142px;color:#fff; height:33px; border-top:none;}
#ny_pro_box02 #tags li.emptyTag {BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px;}
#ny_pro_box02 #tags li.selectTag {background-position: left top;  position: relative; height:100%;}
#ny_pro_box02 #tags li.selectTag a {width:142px;height:100%; background:#d71922; color:#fff;}
#ny_pro_box02 #tagContent {font-size:12px;color:#333;overflow:hidden;clear:both; width:100%; clear:both; min-height:200px; line-height:24px; background:#fff;}
#ny_pro_box02 .tagContent {DISPLAY: none; COLOR: #474747; padding-top:15px; padding-bottom:20px;}
#ny_pro_box02 #tagContent DIV.selectTag {DISPLAY: block; overflow:hidden;}
#ny_pro_box02 #tagContent div,#ny_pro_box02 #tagContent p,#ny_pro_box02 #tagContent img,#ny_pro_box02 #tagContent table,#ny_pro_box02 #tagContent tr, #ny_pro_box02 #tagContent td,#ny_pro_box02 #tagContent video{height: auto !important; max-width: 100% !important; max-height: 100%;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal;word-break: break-all;   text-wrap: wrap;}
@media screen and (max-width:767px) {
    #ny_pro_box02 #tags li a{ font-size:16px;}
}


#pro_an a{ width:102px;height:38px; margin-top:20px; display:block; float:left; text-align:center; font-size:14px; color:#FFFFFF; line-height:38px;font-family:"Microsoft YaHei"}
#pro_an{ margin-bottom:5px; clear:both; height:40px;}
#pro_an01{ background:#f1f1f1; margin-right:10px; color:#666 !important; border:1px solid #ddd;}
#pro_an02{ background:#d71922; margin-right:10px;}


/*---- 分页 ----*/
#fengye { margin:30px auto 0;font-size:0px; color:#fff; text-align:center;}
#fengye a { display:inline-block; padding:0 15px; background-color:#fff; height:30px; line-height:30px; text-align: center; margin:0 5px; border-radius:2px; color:#666; font-size:14px; border:1px solid #ddd;}
#fengye a:hover { background-color:#d71922; color:#fff; border:1px solid #d71922;}
#fengye a.pnnum1 { background-color:#d71922; color:#fff; border:1px solid #d71922;}
#fengye input { display:inline-block; padding:0 5px; background-color:#d71922; width:40px!important; height:30px!important; line-height:30px; text-align:center; border-radius:2px; margin:0 5px; color:#fff; cursor:pointer; border:0; outline:none;}
 #fengye .p_input, #fengye input { display:none;}
@media screen and (max-width:767px) {
}
@media screen and (max-width:320px) {
    #fengye a { padding:0 10px;}
}

/*内页左侧相关文章*/
.lyNy_Xgwz { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px;position:relative; background-color:#d71922;}
.lyNy_Xgwz .Xgwz_tit::before{content:'';display:block;width:74px;height:56px;background:url(../images/Xgwz_tit.png) center center no-repeat; position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.Xgwz_tit p { height:40px; line-height:40px; color:#fff; font-size:28px; font-weight:bold; margin:0 auto; padding:0;}
.Xgwz_tit span { display:block; height:20px; line-height:20px; color:rgba(255,255,255,.45); font-size:14px;text-transform: uppercase; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%;background: #f4f4f4; margin-bottom:1px;overflow:hidden;position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:15px 5% 15px 10%;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 6px; height:6px; margin: 0; padding: 0; position: absolute; left:5%; top:24px;background: #d71922;transform: rotate(45deg);}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%;overflow:hidden; line-height:24px; color:#32353a; font-size:15px;padding:0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#d71922;}
@media screen and (max-width:1079px) and (min-width:768px) {
	.lyNy_Xgwz .Xgwz_tit{ padding:20px 10px;}
	.Xgwz_tit p { font-size:24px;}
}

@media (max-width: 880px) {
	.lyNy_Xgwz {margin:15px auto 0}
	.lyNy_Xgwz .Xgwz_tit{ padding: 12px 3%;}
	.lyNy_Xgwz .Xgwz_tit::before{ height:48px;background-size: 48px;}
	.Xgwz_tit p{ display:inline-block;font-weight: normal; font-size: 16px;height: 24px; line-height:24px; padding: 0 2%;}
	.Xgwz_tit span{ display:inline-block;color: rgba(255,255,255,1);font-style: italic;font-size: 12px;}

}

/*普通在线客服03*/
.ser_btn { width: 30px; height: 100px; overflow: hidden; margin: 0; padding: 0; background:url(../images/qq03_ser_btn.png) no-repeat; background-position: -30px 0; cursor: pointer; position: fixed; top: 180px; right: 0; z-index:10000;}
.ser_main { width:120px; overflow: hidden; margin: 0; padding: 14px 15px 14px 14px; border-left: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; border-radius: 0 0 0 5px; position: fixed; top: 180px; right: -150px; z-index: 99; background:#FFF; z-index:10000;}
.ser_main .ser_con { width: 120px; overflow: hidden; margin: 0 auto 3px; padding: 0;}
.ser_tit { width: 100px; height: 28px; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0 10px; border-radius: 5px 5px 0 0; background-color: #158cf1; color: #fff; font-size: 12px; font-weight: bold;}
.ser_btm { width: 120px; height: 5px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #158cf1; border-radius: 0 0 5px 5px;}
.ser_con .lxr_list { width: 100px; overflow: hidden; margin: 0 auto; padding: 15px 9px 0; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf;}
.lxr_list ul li { width: 100px; overflow: hidden; margin: 0 auto 15px; padding: 0;}
.lxr_list ul li h3 { width: 100%; height: 16px; overflow: hidden; line-height: 16px; margin: 0 auto 5px; padding: 0; color: #333; font-size: 12px; font-weight: bold; text-align: center;}
.lxr_list p { width: 100%; height: 16px; overflow: hidden; line-height: 16px; margin: 0 auto; padding: 0; color: #666; font-family: Helvetica, Helvetica Neue, Arial," sans-serif"; font-size: 12px; text-align: center;}
.ser_con .qq_list { width: 80px; overflow: hidden; margin: 0 auto; padding: 15px 19px 7px; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf;}
.qq_list ul li { width: 80px; height: 24px; overflow: hidden; margin: 0 auto 8px; padding: 0;}


#pro_nav_lb li{ width:290px; margin:1px auto 0;line-height:47px; color:#fff; background:#d71922 url(../images/001454_08.png) no-repeat 248px 17px; border-bottom:1px solid #ddd; position:relative;}
#pro_nav_lb li em{ display:block; width:57px; height:50px; position:absolute; top:0; right:0;}
#pro_nav_lb li a{ font-size: 14px;
    color: #fff;
    display: block;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    padding-left: 10px;}
#pro_nav_lb li a:hover{ color:#fff;}
#pro_nav_lb li.dd_hover a{ color:#fff;}
/*---左边目录固定当前状态 ---*/
#pro_nav_lb .twonav { color:#d71922!important; z-index:1px; margin:0px;}
#pro_nav_lb li.dd_hover .twonav { color:#fff!important;}

.pro_nav li ul{width:290px;display:block;border-top:none; background:#f3f3f3;}
.pro_nav li ul li{ border:none; background:none!important; line-height:35px; height:auto!important; overflow:hidden; padding-left:12px;  border-bottom:none!important; }
.pro_nav li ul li a{ background:url(../images/icon_04.gif) left 15px no-repeat!important; height:35px; padding-left:15px;line-height:35px; display:block; color:#333!important;}
.pro_nav li ul li a:hover{color:#333 !important;}

/*在线漂浮*/
.main-im{ position:fixed; right: 10px; top:200px; z-index: 999;}
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 10px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(../images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;display:none;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px;padding:10px 0; border-bottom: 1px solid #dddddd; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 12px;margin-top:11px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;    margin-top: 0;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 158px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -126px; display:none;}
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 134px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 132px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center;}
.main-im .im_main .go-top { width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background: url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(../images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 68px; width: 40px; height: 133px; background: url(../images/open_im.png) no-repeat left top; }
@media screen and (max-width:1079px){
	.main-im{ position:fixed; right: 10px; top:40%;}
}
@media screen and (max-width:767px){
   .main-im{ display:none;} 
}



.head_ny .title_b .a{height:60px;line-height:60px;text-align:center;background:#d71a21;font-size:18px;color:#fff;}

.lnav{border:none !important;padding-bottom:20px;border-top:0;margin-bottom: 20px;}
.ny_xgwz{border:1px solid #bebebe; padding:5px; width:width: 278px;border-top:0;}
.ny_xgwz a{width:250px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

@media screen and (max-width:767px){
   .NEW{ display:none;}
}